projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56a0c17
)
(copyright-regexp): Allow multi-line copyrights to be updated.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jan 2002 20:21:31 +0000
(20:21 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jan 2002 20:21:31 +0000
(20:21 +0000)
lisp/emacs-lisp/copyright.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/copyright.el
b/lisp/emacs-lisp/copyright.el
index 70c15bf3ec23184176e2a034401c7964351ae05b..15c39e07b7469618080aafb807dde7578f7357ee 100644
(file)
--- a/
lisp/emacs-lisp/copyright.el
+++ b/
lisp/emacs-lisp/copyright.el
@@
-45,7
+45,7
@@
(defcustom copyright-regexp
"\\([\251
\81
©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
\\|[Cc]opyright\\s *:?\\s *[\251
\81
©]\\)\
-\\s *\\([1-9][-0-9, ']*[0-9]+\\)"
+\\s *\\([1-9][-0-9, '
;\n\t
]*[0-9]+\\)"
"*What your copyright notice looks like.
The second \\( \\) construct must match the years."
:group 'copyright